<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*--重定义浏览器默认样式--*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:14px;color: #666;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer; color:#fff;}
a:hover{outline:none;}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important;}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}

/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}

/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cr:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cr,.clearfix{zoom:1}
.fl{float:left; display:inline;}
.fr{float:right; display:inline;}
.content1200{ width:1200px; margin:0 auto; min-width:1200px;}

/*------------------------------------------------首页--------------------------------------------------------*/
.header{ width:100%px; min-width:1200px; height:90px; line-height:90px; background:url(../imgs/hea-bg.jpg) center center no-repeat;}
.logo{ display:block;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.nav{ height:90px; line-height:90px; position:relative; z-index:1;  }
.nav a{ color:#fff;  }
.nav .nLi{ float:left;  position:relative; display:inline;  }
.nav .nLi h3{ float:left;  }
.nav .nLi h3 a{font-size:16px; margin:0 20px; font-weight:normal;padding-bottom: 10px;}
.nav .sub{ display:none; width:100px; left:0; top:90px;  position:absolute; background:#96603d;  line-height:32px; padding:5px 0;  }
.nav .sub li{ zoom:1; }
.nav .sub a{ display:block; padding:0 10px; text-align:center;}
.nav .sub a:hover{ background:#78b327; color:#fff;}
.nav .on h3 a{ border-bottom:2px solid #fff;}
.banner{ width:100%; min-width:1200px; max-height:640px; overflow:hidden;}
.slideBox{ width:100%; overflow:hidden; position:relative;}
.slideBox .hd{ height:18px; overflow:hidden; position:absolute; left:50%; margin-left:-50px; bottom:30px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; width:40px; height:10px; background:url(../imgs/hd.png) center center no-repeat;cursor:pointer; }
.slideBox .hd ul li.on{ background:url(../imgs/hd-on.png) center center no-repeat;}
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle;  width:100%;}
.slideBox .bd img{ display:block; width:100%;}
.bg{ width:100%; min-width:1200px; background:#f9fadb; padding-bottom:60px;}
.company{ width:1200px; padding:40px 0;}
.jianjie p{ font-size:30px; color:#333; text-align:center;}
.jianjie span{ font-size:16px; color:#333; line-height:32px;}
.jianjie a.more{ display:block; width:120px; height:30px; line-height:30px; text-align:center; color:#fff; margin:20px auto 0 auto; background:#78b327; border-radius:100px;}
.icon{width:910px; padding:30px 0 0 0; margin:0 auto;}
.icon ul li{ float:left; width:102px; margin:0 40px; text-align:center;}
.icon ul li a{ font-size:20px; color:#666; display:block;}
/*.icon ul li a img{transition:All 0.6s ease-in-out;    -webkit-transition:All 0.6s ease-in-out;    -moz-transition:All 0.6s ease-in-out;    -o-transition:All 0.6s ease-in-out;}
.icon ul li:hover a img{transform:rotate(360deg);    -webkit-transform:rotate(360deg);    -moz-transform:rotate(360deg);    -o-transform:rotate(360deg);    -ms-transform:rotate(360deg);}*/
.icon ul li:hover a{ color:#78b327;}
.con_one{ padding-bottom:30px;}
.news{ width:600px; overflow:hidden;}
.slideTxtBox{ width:600px;text-align:left;}
.slideTxtBox .hd{ position:relative;  height:55px;}
.slideTxtBox .hd ul{float:left;  position:absolute;border-bottom:1px solid #bbb; width:100%;}
.slideTxtBox .hd ul li{ float:left; cursor:pointer; border-right:1px solid #ddd;margin-bottom:10px; padding-right:30px;text-transform:uppercase;}
.slideTxtBox .hd ul li.on{ color:#78b327;}
.slideTxtBox .bd ul{ zoom:1;}
.news_one{ padding:20px 0; border-bottom:1px solid #ddd;}
.news_one .news_tu{ width:265px; height:175px; overflow:hidden; display:block;}
.news_one .news_tu img{ width:100%;}
.news_one .news_nei{ width:310px;}
.news_one .news_nei p{ font-size:16px; color:#333; font-weight: bold; height:40px; overflow:hidden;}
.news_one .news_nei span{ font-size:12px; color:#666; line-height:24px; display:block; height:70px; overflow:hidden; margin-bottom:30px;}
.news_one .news_nei a{  display:block; width:90px; height:25px; line-height:25px; text-align:center; color:#fff; background:#78b327; border-radius:100px;}
.news_two{ height:30px; line-height:30px; color:#999;}
.news_two a{ color:#333;}
.news_two a:hover{ color:#78b327;}
.active{ width:550px; overflow:hidden;}
.title1{border-bottom:1px solid #bbb;padding-bottom:10px; color:#333;}
.title1 .ti{ text-transform:uppercase;}
.title1 a{ color:#333; margin-top:10px;}
.title1 a:hover{ color:#78b327;}
.news_thr{ margin-top:10px; height:110px; overflow:hidden; width:550px;}
.news_thr .act_tu{ width:170px; height:110px; overflow:hidden;}
.news_thr .act_tu img{ width:100%;}
.news_thr .act_nei{ width:340px; height:90px; padding:10px 20px; color:#333; font-size:18px;}
.news_thr .act_nei span{ color:#999; font-size:12px;}
.news_thr:hover .act_nei{ background:#78b327; color:#fff;}
.news_thr:hover .act_nei span{color:#fff;}
.con_two{padding-bottom:30px;}
.title2{ text-align:center;}
.title2 span{ background:#78b327; color:#fff; padding:0 10px;}
.title2 p{ color:#78b327; font-size:24px;}
.slideBox1{ width:1070px; height:350px;  position:relative; padding-top:20px; margin:0 auto;}
.slideBox1 .bd{ position:relative; height:100%; z-index:0;}
.slideBox1 .bd li{ zoom:1; vertical-align:middle; width:1070px; height:350px; margin:0 auto;overflow:hidden;}
.slideBox1 .bd li .pro_tu{ width:520px; height:350px; overflow:hidden;}
.slideBox1 .bd li .pro_tu img{ width:100%;}
.slideBox1 .bd li .pro_nei{ padding:30px; width:490px; background:#fff; height:290px;}
.pro_nei .lm_title{ height:39px; border-bottom:1px solid #cacaca; background:url(../imgs/line.jpg) 4px 10px no-repeat; padding-left:40px; font-size:18px; color:#78b327; font-weight:bold;}
.pro_nei .lm_jianjie{ padding:30px 0; height:140px; overflow:hidden;border-bottom:1px solid #cacaca; color:#333; font-size:12px; line-height:30px;}
.pro_nei .lm_infor{ height:80px; line-height:80px;}
.pro_nei .lm_infor p{ font-size:18px; color:#78b327; font-weight:bold;}
.pro_nei .lm_infor a{ font-size:12px; color:#78b327;}
.pro_nei .lm_infor a:hover{ text-decoration:underline;}
.slideBox1 .prev{ width:50px; height:50px; background:url(../imgs/le.png) no-repeat;position:absolute; left:-6%; top:50%; margin-top:-25px;}
.slideBox1 .next{ width:50px; height:50px; background:url(../imgs/ri.png) no-repeat;position:absolute; right:-6%; top:50%; margin-top:-25px;}
.slideBox1 .prev:hover{background:url(../imgs/le-on.png) no-repeat;}
.slideBox1 .next:hover{background:url(../imgs/ri-on.png) no-repeat;}
.con_thr{padding-bottom:30px;}
.title3{ text-align:left;}
.title3 a{ display:block; margin-top:10px;}

.fsbanner{
	width: 100%;
	margin-top:20px;
}
.fsbanner &gt; div{
	width: 180px;
	float: left;
	height: 300px; 
	overflow: hidden; 
	position: relative;
	margin-right: 30px;
	background: url(../imgs/a_bg.png) no-repeat -1100px bottom; 
	transition: background 1s;
	-moz-transition: background 1s; /* Firefox 4 */
	-webkit-transition: background 1s; /* Safari 和 Chrome */
	-o-transition: background 1s; /* Opera */
}  
.fsbanner .active{
	background: url(../imgs/a_bg.png) no-repeat left bottom; 
}
.fsbanner .div1{
	width: 550px;
}
.fsbanner .div1 .pic_box{
	width: 280px;
	height: 259px;
}
.fsbanner .div1 .pic_box &gt;  img 
{
     width: 280px;
    height:260px;
 }
.fsbanner .div1 .text{
	left: 280px;
	opacity: 1;
}
.fsbanner .div1 .fs_text{
	height: 160px;
}
.fsbanner &gt; div .pic_box{
	width: 179px;
	float: left;
	height: 299px;
	border: 1px solid #78b327;
	border-top: none;
	border-right: none;
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;
}
.fsbanner &gt; div .pic_box &gt;img{
	display: block;
    width:180px;
    height:170px;
}
.fsbanner &gt; div .pic_box .fs_text
{
    width:178px;  
    height: 160px;
    border-right:1px solid #78b327;
}
.fsbanner &gt; div .pic_box .fs_text h2{
	line-height:60px;
	font-size:16px;
	font-weight:normal;
	color:#333;
}
.fsbanner &gt; div .pic_box .fs_text div{
}

.fsbanner &gt; div .text{
	width: 209px;
	height: 178px;
	padding: 40px 30px;
	border: 1px solid #78b327;
	border-left: none;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	opacity: 0;
}

.fsbanner &gt; div .text h2{
	font-size: 18px;
	color: #78b327;
	padding-left: 30px;
	background: url(../imgs/8.jpg) no-repeat left center;
	margin-bottom: 20px;
}
.fsbanner &gt; div .text h3{
	font-size: 12px;
	color: #333;
	line-height: 25px;
	margin-bottom: 30px;
	height: 75px; 
	overflow: hidden;
}
.fsbanner &gt; div .text a{
	font-size: 12px;
	color: #78b327;
	text-decoration: underline;
	text-decoration-color: #b41b26;
	font-weight: bold;
}
.fsbanner &gt; div .text a:hover{
	color:#8ac737;
}

.con_four{}
.slideGroup{ width:1200px;text-align:left;  }
.slideGroup .parHd{ height:35px; line-height:35px;position:relative;  }
.slideGroup .parHd ul{ float:left; position:absolute;height:35px;   }
.slideGroup .parHd ul li{ float:left; margin-right:20px; cursor:pointer; width:126px; text-align:center; background:#dcdcdc; color:#333; font-size:16px;}
.slideGroup .parHd ul li.on{ background:#78b327; color:#fff;}
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:20px 0 10px 0; position:relative;   }
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 20px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center;width:200px; height:230px; overflow:hidden;}
.slideGroup .parBd ul li .pic img{ width:100%;display:block;}
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup .parBd ul li .ls_title{ width:200px; height:70px; background:#aaa; font-size:20px;}
.slideGroup .parBd ul li .ls_title p{font-size:14px;}
.slideGroup .parBd ul li:hover .ls_title{background:#78b327;}
.footer{ width:100%; min-width:1200px; height:170px; background:url(../imgs/fo-bg.jpg) no-repeat;}
.footer .bt_logo{ display:block; margin-top:44px; width:218px;}
.footer .bt_infr{ text-align:center; font-size:14px; color:#fff; line-height:30px; width:880px; margin-top:30px;}
.footer .erweima{margin-top:40px; width:100px; height:100px;}
.cp_img{width:100%;-webkit-transform:scale(1,1);-moz-transform:scale(1,1); -transform:scale(1,1);-o-transform:scale(1,1);transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;}
.cp_img:hover{ -webkit-transform:scale(1.3,1.3);-moz-transform:scale(1.3,1.3); -transform:scale(1.3,1.3);-o-transform:scale(1.3,1.3);transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;}


/*------------------------------------------------内页--------------------------------------------------------*/
.banner_nei{ width:100%; min-width:1200px; height:330px; overflow:hidden;}
.banner_nei p{ font-size:48px; text-align:center; color:#fff;margin-top: 45px;}
.banner_nei span{ font-size:16px; text-align:center; color:#fff; line-height:30px; display:block; margin:24px 0; height:60px; overflow:hidden;}
.sub_nav{ width:1200px; margin:0 auto; text-align:center;}
.sub_nav a{ width:132px; height:45px; text-align:center; line-height:45px; border-radius:4px; background:#f9fadb; color:#78b327; font-size:16px; display:inline-block; margin:0 25px;}
.sub_nav a:hover{ background:#78b327; color:#fff;}
.sub_nav a.on{ background:#78b327; color:#fff;}
.nei_bg{ height:600px; min-height:600px; height:auto !important; background:#fff; width:1300px; margin:0 auto; padding:50px 0;}

.about{}
.ab_one{ width:1200px; overflow: hidden; border-bottom:1px dashed #b3b2b2; padding-bottom:40px;}
.ab_one .ab_tu{ width:600px; height:365px; overflow:hidden;}
.ab_one .ab_wz{ width:680px; height:310px; background:url(../imgs/jj-wz.png) no-repeat; margin:27px 0 0 -80px; position:relative; z-index:999;}
.ab_one .ab_wz p{ width:540px; height:230px; overflow:hidden; font-size:16px; color:#fff; line-height:34px;margin: 34px 0 0 110px;}
.ab_two{ margin-left:-50px;}
.ab_two li{ width:260px; height:286px; background:#fff;box-shadow: 0px 0px 8px #eee; border: 1px solid #eee; margin-bottom: 42px; text-align:center; float:left; margin-left:50px;}
.ab_two li i{ display:block; width:260px; height:140px; overflow:hidden;}
.ab_two li p{ font-size:18px; color:#333; background:url(../imgs/8.jpg) bottom center no-repeat; padding:6px 0; margin:10px 0;}
.ab_two li span{ display:block; width:225px; height:75px; font-size:12px; text-align:left; font-size:12px; line-height:24px; color:#666; margin:0 auto;}


.zhuanjia{}
.zhuanjia ul{ margin-left:-36px;}
.zhuanjia ul li{ float:left; width:582px; height:230px; margin:0 0 30px 36px;}
.zhuanjia ul li .zj_tu{ width:200px; height:230px; overflow:hidden;}
.zhuanjia ul li .zj_infor{ width:340px; height:198px; border:1px solid #e4e4e4; margin-left:-1px; padding:15px 20px;}
.zhuanjia .zj_infor span{ font-size:24px; color:#333; border-bottom:2px solid #fff; padding-bottom:2px;}
.zhuanjia .zj_infor p{ font-size:16px; color:#333; line-height:30px; height:60px; overflow:hidden;}
.zhuanjia .zj_infor .zj_xq{ font-size:12px; color:#666; line-height:30px; height:90px; overflow:hidden;}
.zhuanjia .zj_infor .zj_xq a{ font-weight:bold; color:#78b327; margin-top:10px;}
.zhuanjia .zj_infor:hover{border:1px solid #78b327;}
.zhuanjia .zj_infor:hover span{border-bottom:2px solid #78b327;}
.pagas { text-align:center; margin:20px 0px 60px;}
.pagas a { border:1px solid #ccc; padding:8px 15px; color:#666; font-size:14px; display:inline-block;-webkit-transition:  all ease-out .2s;-moz-transition:  all ease-out .2s;transition:  all ease-out .2s; margin:0 2px;}
.pagas a.pagact,.pagas a:hover {background-color:#78b327;color:#fff;}


.zj_detail{}
.zj_detail .zj_zp{ width:320px; height:367px; overflow:hidden;}
.zj_detail .zj_xinxi{ width:845px; font-size:18px; color:#333; line-height:32px;}
.zj_detail .zj_xinxi p{ border-bottom:1px solid #78b327; padding-bottom:20px; margin-bottom:20px;}


/*.zhuanjia{ width:1130px; margin:0 auto;}*/
.train{ margin-bottom:40px;}
.train .tr_tu{ width:330px; height:230px; overflow:hidden; border-radius:4px; display:block;}
.train .tr_wz{ width:765px;}
.train .tr_wz span{ font-size:26px; color:#78b327;}
.train .tr_wz p{ font-size:14px; color:#666; line-height:30px; height:120px; overflow:hidden; margin:14px 0 20px 0;}
.train .tr_wz a{ float:right; width:76px; height:33px; background:url(../imgs/gengduo.png) no-repeat; color:#78b327; font-size:14px; padding-left:16px; line-height:30px;}
.train .tr_wz a:hover{background:url(../imgs/gengduo1.png) no-repeat; color:#fff; }

.zhuanjia_infor{}
.zj_one{padding:20px; background:#fffff3; height:272px; overflow:hidden;}
.zj_one .xq_tu{ width:390px; height:272px; overflow:hidden;}
.zj_one .xq_tu img{ width:100%;}
.zj_one .xq_wz{ width:682px; margin-right:50px;}
.zj_one .xq_wz .prise p{ font-size:24px; color:#333;}
.zj_one .xq_wz .prise span{ font-size:14px; color:#666; line-height:30px; display:block; margin:15px 0; color:#333;}
.zj_one .xq_wz .prise span b{ font-size:28px; color:#f50503;}
.zj_one .xq_wz .lx_xinxi{ border-top:1px solid #78b327; padding-top:20px;}
.zj_one .xq_wz .lx_xinxi span{ height:36px; line-height:36px; color:#333; font-size:18px; margin-right:60px;}
.zj_two{ margin-top:30px;}

.guanli{ width:1080px; margin:0 auto;}
.guan_one{ margin-bottom:40px; height:350px; overflow:hidden; background:#feffec;}
.guan_one .guan_tu{ width:520px; height:350px; overflow:hidden; display:block;}
.guan_one .guan_wz{ width:490px; padding:30px;}
.guan_one .guan_wz span{ font-size:24px; color:#333;}
.guan_one .guan_wz p{ font-size:14px; color:#333; line-height:30px; height:180px; overflow:hidden; margin:20px 0;}
.guan_one .guan_wz a{ display:block; width:123px; height:34px; line-height:34px; overflow:hidden; text-align:center; background:#78b327; font-size:16px; border-radius:100px; float:right;}


.zhenliao{}
.zhenliao ul{ margin-left:-40px;}
.zhenliao ul li{ float:left; width:578px; height:258px; margin:0 0 40px 40px; border:1px solid #e2e2e2;}
.zhenliao ul li .zj_tu{ width:280px; height:258px; overflow:hidden;}
.zhenliao ul li .zj_infor{ width:250px; height:228px; padding:15px 20px;}
.zhenliao .zj_infor span{ font-size:24px; color:#333; border-bottom:2px solid #fff; padding-bottom:2px;}
.zhenliao .zj_infor .zj_xq{ font-size:14px; color:#555; line-height:30px; height:150px; overflow:hidden;}
.zhenliao .zj_infor a{ font-weight:bold; color:#78b327; margin-top:10px; font-size:14px; text-decoration:underline; display:block; float:right;}
.zhenliao ul li:hover{border:1px solid #78b327;}
.zhenliao .zj_infor:hover span{border-bottom:2px solid #78b327;}


.xiangqing{}
.xiangqing .xq_title{ font-size:24px; text-align:center; font-weight:bold; color:#333;}
.xiangqing .time{ font-size:14px; text-align:center; color:#999; border-bottom:1px dashed #b2b2b2; padding:6px 0 10px 0; margin-bottom:20px;}


.xinwen{}
.search{width:484px; height:59px; overflow:hidden; margin:0 auto 40px auto;}
.search .s_ipt{width:420px; height:49px; line-height:49px; overflow:hidden;color:#b9b9b9; font-size:16px; text-indent:10px; padding:0; float:left; border:1px solid #78b327;}
.search .s_btn{width:61px; height:51px; overflow:hidden; background:url(../imgs/btn_s.png) no-repeat center top; float:left; padding:0; border:0; cursor:pointer;}
.xinwen_one{ width:1090px; margin:0 auto 40px auto; height:224px; overflow:hidden;}
.xinwen_one .xw_wz{ width:770px; padding-right:50px; border-right:2px solid #78b327;}
.xinwen_one .xw_wz a{ font-size:20px; color:#78b327; font-weight:bold; display:block;}
.xinwen_one .xw_wz span{ font-size:12px; color:#999; }
.xinwen_one .xw_wz .xw_xq{ font-size:14px; color:#666; line-height:30px; height:150px; overflow:hidden; margin-top:20px;}
.xinwen_one .xw_time{}
.xinwen_one .xw_time p{ font-size:36px; color:#252525; margin-bottom:10px;}
.xinwen_one .xw_wz a:hover{ text-decoration:underline;}


.zhaopin{}
.zhaopin .sideMenu{ border-bottom:3px solid #e3e3e3;}
.zhaopin .sideMenu h3{ height:60px; line-height:60px; padding-left:20px;  border-top:3px solid #e3e3e3;  cursor:pointer; font:normal 14px/60px "Microsoft YaHei"; color:#333;}
.zhaopin .sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(../imgs/zhaopin_03.png) no-repeat; cursor:pointer;margin-top:18px; }
.zhaopin .sideMenu h3.on em{ background: url(../imgs/zhaopin_06.png) no-repeat; margin:28px 10px 0 0;}
.zhaopin .sideMenu h3.on{ background:#78b327; color:white;}
.zhaopin .sideMenu ul{ border-top:3px solid #e3e3e3; padding:30px 20px; color:white; background:#999; line-height:30px; display:none; /* 默认都隐藏 */ }

.address{ width:950px; margin:0 auto;}
.address .map{ margin:20px 0; width:939px; height:420px; overflow:hidden; border:1px solid #ddd;}


.guanli_infor{}
.add_title{ text-align:center; margin-bottom:20px;}
.add_title p{ font-size:24px; color:#d4d4d4; font-weight:bold; text-transform:uppercase;}
.add_title span{ font-size:24px; color:#444;}
.add_title i{ width:45px; height:3px; background:#89a936; display:block; margin:6px auto 0 auto;}
.slideBox2{ width:1070px; height:270px;  position:relative; padding-top:20px; margin:0 auto;}
.slideBox2 .bd{ position:relative; height:100%; z-index:0;}
.slideBox2 .bd li{ zoom:1; vertical-align:middle; width:220px; height:250px; margin:0 24px;overflow:hidden;float: left;}
.slideBox2 .bd li p{ width:220px; height:203px; overflow:hidden;}
.slideBox2 .bd li p img{ width:100%;}
.slideBox2 .bd li a{ display: block; text-align:center; height:47px; background:#e8e8e8; color:#333; line-height:47px; font-size:18px;}
.slideBox2 .bd li a:hover{ background:#78b327; color:#fff;}
.slideBox2 .prev{ width:50px; height:50px; background:url(../imgs/le.png) no-repeat;position:absolute; left:-6%; top:50%; margin-top:-25px;}
.slideBox2 .next{ width:50px; height:50px; background:url(../imgs/ri.png) no-repeat;position:absolute; right:-6%; top:50%; margin-top:-25px;}
.slideBox2 .prev:hover{background:url(../imgs/le-on.png) no-repeat;}
.slideBox2 .next:hover{background:url(../imgs/ri-on.png) no-repeat;}
.slideBox3{ width:1070px; height:326px;  position:relative; padding-top:20px; margin:0 auto;}
.slideBox3 .bd{ position:relative; height:100%; z-index:0;}
.slideBox3 .bd li{ zoom:1; vertical-align:middle; width:200px; height:300px; margin:0 34px;overflow:hidden;float: left;}
.slideBox3 .bd li .pic{ width:200px; height:230px; overflow:hidden;}
.slideBox3 .bd li p img{ width:100%;}
.slideBox3 .bd li .ls_title{  width:200px; height:70px; background:#aaa; font-size:20px; text-align:center;}
.slideBox3 .bd li .ls_title p{ font-size:14px;}
.slideBox3 .bd li .ls_title:hover{ background:#78b327; color:#fff;}
.slideBox3 .prev{ width:50px; height:50px; background:url(../imgs/le.png) no-repeat;position:absolute; left:-6%; top:50%; margin-top:-25px;}
.slideBox3 .next{ width:50px; height:50px; background:url(../imgs/ri.png) no-repeat;position:absolute; right:-6%; top:50%; margin-top:-25px;}
.slideBox3 .prev:hover{background:url(../imgs/le-on.png) no-repeat;}
.slideBox3 .next:hover{background:url(../imgs/ri-on.png) no-repeat;}
.dz_wz .add_map{ width:1200px; height:275px; overflow:hidden; margin:20px auto;}



















































</pre></body></html>